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

Method Get

gapis/api/watcher.go:136–136  ·  view source on GitHub ↗
(Fragment)

Source from the content-addressed store, hash-verified

134
135type FragmentMap interface {
136 Get(Fragment) (interface{}, bool)
137 Set(Fragment, interface{})
138 Delete(Fragment)
139 Clear()

Callers 15

GetParameterFunction · 0.65
GetResultFunction · 0.65
CmdToServiceFunction · 0.65
ServiceToCmdFunction · 0.65
TestReferencesFunction · 0.65
TestCloneReferencesFunction · 0.65
checkFunction · 0.65
getFramebufferFunction · 0.65
GetContextMethod · 0.65
eglMakeCurrentMethod · 0.65
glBlendFuncSeparateMethod · 0.65

Implementers 2

DenseFragmentMapgapis/api/watcher.go
SparseFragmentMapgapis/api/watcher.go

Calls

no outgoing calls

Tested by 4

TestReferencesFunction · 0.52
TestCloneReferencesFunction · 0.52
checkFunction · 0.52