MCPcopy Index your code
hub / github.com/pquerna/ffjson / getExposePath

Function getExposePath

generator/inceptionmain.go:149–151  ·  view source on GitHub ↗
(inputPath string)

Source from the content-addressed store, hash-verified

147}
148
149func getExposePath(inputPath string) string {
150 return inputPath[0:len(inputPath)-3] + "_ffjson_expose.go"
151}
152
153func (im *InceptionMain) renderTpl(f *os.File, t *template.Template, tc *templateCtx) error {
154 buf := new(bytes.Buffer)

Callers 1

NewInceptionMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…