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

Method API

gapis/api/api.go:91–91  ·  view source on GitHub ↗

API returns the API identifier that this type belongs to.

()

Source from the content-addressed store, hash-verified

89type APIObject interface {
90 // API returns the API identifier that this type belongs to.
91 API() API
92}
93
94var apis = map[ID]API{}

Callers 15

addCmdMethod · 0.65
addInitialStateMethod · 0.65
buildFilterFunction · 0.65
ResolveMethod · 0.65
drawCallStatsFunction · 0.65
memoryBreakdownFunction · 0.65
ResolveMethod · 0.65
meshForFunction · 0.65
ResolveMethod · 0.65
stateFunction · 0.65
ResolveMethod · 0.65
ResolveMethod · 0.65

Implementers 5

Cmdgapil/compiler/testutils/cmd.go
TestCmdgapis/resolve/dependencygraph2/depende
TestRefgapis/resolve/dependencygraph2/depende
Customgapis/replay/custom.go
VulkanContextgapis/api/vulkan/vulkan.go

Calls

no outgoing calls

Tested by

no test coverage detected