MCPcopy
hub / github.com/pquerna/ffjson / getAllowTokens

Function getAllowTokens

inception/decoder.go:248–253  ·  view source on GitHub ↗
(name string, tokens ...string)

Source from the content-addressed store, hash-verified

246}
247
248func getAllowTokens(name string, tokens ...string) string {
249 return tplStr(decodeTpl["allowTokens"], allowTokens{
250 Name: name,
251 Tokens: tokens,
252 })
253}
254
255func getNumberHandler(ic *Inception, name string, takeAddr bool, typ reflect.Type, parsefunc string) string {
256 return tplStr(decodeTpl["handlerNumeric"], handlerNumeric{

Callers 1

handleFieldAddrFunction · 0.85

Calls 1

tplStrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…