src.elv.sh/pkg/diag.Context.ShowCompact (method)

3 uses

	src.elv.sh/pkg/diag (current package)
		context.go#L93: func (c *Context) ShowCompact(sourceIndent string) string {
		error.go#L26: 	return header + e.Context.ShowCompact(indent+"  ")

	src.elv.sh/pkg/eval
		exception.go#L99: 			buf.WriteString(exc.stackTrace.Head.ShowCompact(indent))