google.golang.org/appengine/memcache.Set
third-partyThe 8764th most-called third-party function by production calls. Called 72 times across 2 modules; 68 of those run outside tests and generated code.
All of google.golang.org/appengine/memcache → Docs on pkg.go.dev ↗
- prod calls
- 68
- non-test, non-generated
- all calls
- 72
- total callsites
- modules
- 2
- distinct callers
- in loop
- 0%
- of prod calls
- in tests
- 6%
- 4 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function4%A direct call to an exported package function, resolved by type.
- Package function (by syntax)96%A package function in a module outside the crawl, keyed by import path.
where it's called
Callsites in the wild
12 representative callsites of 72, prioritizing in-loop and non-test usage. We link to source, never display it.
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/17_memcache-templates/memcache.go:18 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/21_set-cookie_no-PATH/memcache.go:18 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/20_reverting_to_only_package-main/memcache.go:18 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/22_set-cookie_PATH/memcache.go:18 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/23_set-cookie-UUID/memcache.go:18 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/19_abstract-API-Model_AE-fix/Memcache/templates.go:19 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/18_abstract-API-Model/Memcache/templates.go:19 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/28_code-review/template.go:26 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/56_twitter/29_password-encryption/template.go:26 ↗
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
top callers
The modules that reach for it
The modules that call Set most in this snapshot.
- github.com/GoesToEleven/GolangTraining6894%
- google.golang.org/appengine46%