Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Parse
Function
Parse
view/parse.go:104–106 ·
view source on GitHub ↗
(name string, v interface{})
Source
from the content-addressed store, hash-verified
102
}
103
104
func
Parse(name string, v
interface
{}) (*Node, error) {
105
return
parse(name, reflect.ValueOf(v))
106
}
Callers
nothing calls this directly
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected