MCPcopy Create free account
hub / github.com/google/gapid / Load

Method Load

gapil/api.go:56–56  ·  view source on GitHub ↗

Load takes a path returned by Find and returns the content the path represents, or an error if the path was not valid.

(file.Path)

Source from the content-addressed store, hash-verified

54 // Load takes a path returned by Find and returns the content the path
55 // represents, or an error if the path was not valid.
56 Load(file.Path) ([]byte, error)
57}
58
59// Processor holds the state when resolving multiple api files.

Callers 15

ForNMethod · 0.65
parseMethod · 0.65
LoadParametersMethod · 0.65
doAssignMethod · 0.65
iterationMethod · 0.65
mapAssignMethod · 0.65
doCastMethod · 0.65
castTargetToCaptureMethod · 0.65
castCaptureToTargetMethod · 0.65
hashVariableValueMethod · 0.65
buildMapMethod · 0.65
IterateMapMethod · 0.65

Implementers 4

absLoadergapil/api.go
dataLoadergapil/api.go
searchListLoadergapil/api.go
docsLoadergapil/langsvr/analyze.go

Calls

no outgoing calls

Tested by

no test coverage detected