MCPcopy
hub / github.com/pocketbase/pocketbase / fullTypesPath

Method fullTypesPath

plugins/jsvm/jsvm.go:466–468  ·  view source on GitHub ↗

fullTypesPathReturns returns the full path to the generated TS file.

()

Source from the content-addressed store, hash-verified

464
465// fullTypesPathReturns returns the full path to the generated TS file.
466func (p *plugin) fullTypesPath() string {
467 return filepath.Join(p.config.TypesDir, typesFileName)
468}
469
470// relativeTypesPath returns a path to the generated TS file relative
471// to the specified basepath.

Callers 2

relativeTypesPathMethod · 0.95
refreshTypesFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected