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

Method Set

gapis/api/watcher.go:137–137  ·  view source on GitHub ↗
(Fragment, interface{})

Source from the content-addressed store, hash-verified

135type FragmentMap interface {
136 Get(Fragment) (interface{}, bool)
137 Set(Fragment, interface{})
138 Delete(Fragment)
139 Clear()
140 ForeachFrag(func(Fragment, interface{}) error) error

Callers 15

SetParameterFunction · 0.65
SetResultFunction · 0.65
ServiceToCmdFunction · 0.65
deleteCompatFunction · 0.65
FindCompileShaderExtraFunction · 0.65
FindLinkProgramExtraFunction · 0.65
FindValidateProgramExtraFunction · 0.65
FindStaticContextStateFunction · 0.65
FindDynamicContextStateFunction · 0.65
unpackMapWithAllocatorFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected