MCPcopy 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
35func New() *Config {
36 c := &Config{template: event.New()}
37 go tags.SetLocalTagsAsync(c.template)
38 return c
39}
40
41func (c *Config) Load(path string) error {
42 if path == "" {

Callers 2

entrypointMethod · 0.92
entrypointParentMethod · 0.92

Calls 2

NewFunction · 0.92
SetLocalTagsAsyncFunction · 0.92

Tested by

no test coverage detected