MCPcopy
hub / github.com/livebud/bud / String

Struct String

package/commander/string.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type String struct {
6 target *string
7 defval *string // default value
8}
9
10func (v *String) Default(value string) {
11 v.defval = &value

Callers 11

ParserFunction · 0.50
compiler.jsFile · 0.50
_distanceFunction · 0.50
LiteralFunction · 0.50
tokenizeFunction · 0.50
processLinesFunction · 0.50
sourceFragmentFunction · 0.50
get_code_frameFunction · 0.50
to_string$1Function · 0.50
escape_htmlFunction · 0.50
uniqInStrFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected