MCPcopy Create free account
hub / github.com/nsf/gocode / package_cache

TypeAlias package_cache

package.go:215–215  ·  view source on GitHub ↗

------------------------------------------------------------------------- package_cache -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

213//-------------------------------------------------------------------------
214
215type package_cache map[string]*package_file_cache
216
217func new_package_cache() package_cache {
218 m := make(package_cache)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected