Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"fmt"
4
5
type
String
struct
{
6
target *string
7
defval *string
// default value
8
}
9
10
func
(v *String) Default(value string) {
11
v.defval = &value
Callers
11
Parser
Function · 0.50
compiler.js
File · 0.50
_distance
Function · 0.50
Literal
Function · 0.50
tokenize
Function · 0.50
processLines
Function · 0.50
sourceFragment
Function · 0.50
get_code_frame
Function · 0.50
to_string$1
Function · 0.50
escape_html
Function · 0.50
uniqInStr
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected