MCPcopy 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
528func (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_filesFunction · 0.80

Calls 2

getMethod · 0.95
updateMethod · 0.80

Tested by

no test coverage detected