MCPcopy Create free account
hub / github.com/zeromicro/go-zero / Pop

Method Pop

tools/goctl/pkg/parser/api/importstack/importstack.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (s *ImportStack) Pop() {
26 *s = (*s)[0 : len(*s)-1]
27}
28
29func (s *ImportStack) List() []string {
30 return *s

Callers 1

parseImportedAPIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected