Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
(s *ImportStack) Pop() {
26
*s = (*s)[0 : len(*s)-1]
27
}
28
29
func
(s *ImportStack) List() []string {
30
return
*s
Callers
1
parseImportedAPI
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected