Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FiloSottile/age
/ NewIdentity
Function
NewIdentity
plugin/example_test.go:27–29 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
25
}
26
27
func
NewIdentity(data []byte) (*Identity, error) {
28
return
&Identity{}, nil
29
}
30
31
func
ExamplePlugin_main() {
32
p, err := plugin.New(
"example"
)
Callers
2
parseIdentity
Function · 0.92
ExamplePlugin_main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…