MCPcopy 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
14func new_named_scope(outer *scope, name string) *scope {
15 s := new_scope(outer)
16 s.pkgname = name
17 return s
18}
19
20func new_scope(outer *scope) *scope {
21 s := new(scope)

Callers 1

process_package_dataMethod · 0.85

Calls 1

new_scopeFunction · 0.85

Tested by

no test coverage detected