Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nsf/gocode
/ get_and_update
Method
get_and_update
declcache.go:528–532 ·
view source on GitHub ↗
(filename string)
Source
from the content-addressed store, hash-verified
526
}
527
528
func
(c *decl_cache) get_and_update(filename string) *decl_file_cache {
529
f := c.get(filename)
530
f.update()
531
return
f
532
}
Callers
1
get_other_package_files
Function · 0.80
Calls
2
get
Method · 0.95
update
Method · 0.80
Tested by
no test coverage detected