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

Method pop

gapis/api/vulkan/graph_visualization.go:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (dm *debugMarkerStack) pop() {
85 if dm.getSize() > 0 {
86 dm.positionsOfDebugMarkersBegin = dm.positionsOfDebugMarkersBegin[:dm.getSize()-1]
87 }
88}
89
90func (dm *debugMarkerStack) push(label *api.Label) {
91 dm.labels = append(dm.labels, label)

Callers 1

checkDebugMarkersMethod · 0.95

Calls 1

getSizeMethod · 0.95

Tested by

no test coverage detected