MCPcopy Index your code
hub / github.com/github/git-sizer / MarshalJSON

Method MarshalJSON

sizes/path_resolver.go:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202func (p *Path) MarshalJSON() ([]byte, error) {
203 return json.Marshal(p.String())
204}
205
206func NewPathResolver(nameStyle NameStyle) PathResolver {
207 switch nameStyle {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected