Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subtrace/subtrace
/ New
Function
New
config/config.go:35–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
New() *Config {
36
c := &Config{template: event.New()}
37
go
tags.SetLocalTagsAsync(c.template)
38
return
c
39
}
40
41
func
(c *Config) Load(path string) error {
42
if
path ==
""
{
Callers
2
entrypoint
Method · 0.92
entrypointParent
Method · 0.92
Calls
2
New
Function · 0.92
SetLocalTagsAsync
Function · 0.92
Tested by
no test coverage detected