Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
202
func
(p *Path) MarshalJSON() ([]byte, error) {
203
return
json.Marshal(p.String())
204
}
205
206
func
NewPathResolver(nameStyle NameStyle) PathResolver {
207
switch
nameStyle {
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected