MCPcopy
hub / github.com/TecharoHQ/anubis / Get

Function Get

lib/challenge/interface.go:27–32  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

25}
26
27func Get(name string) (Impl, bool) {
28 regLock.RLock()
29 defer regLock.RUnlock()
30 result, ok := registry[name]
31 return result, ok
32}
33
34func Methods() []string {
35 regLock.RLock()

Callers 4

RenderIndexMethod · 0.92
PassChallengeMethod · 0.92
LoadPoliciesOrDefaultFunction · 0.92
NewFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected