Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nsf/gocode
/ new_named_scope
Function
new_named_scope
scope.go:14–18 ·
view source on GitHub ↗
(outer *scope, name string)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
new_named_scope(outer *scope, name string) *scope {
15
s := new_scope(outer)
16
s.pkgname = name
17
return
s
18
}
19
20
func
new_scope(outer *scope) *scope {
21
s := new(scope)
Callers
1
process_package_data
Method · 0.85
Calls
1
new_scope
Function · 0.85
Tested by
no test coverage detected