MCPcopy Create free account
hub / github.com/chanify/chanify / luaContextGetToken

Function luaContextGetToken

core/webhook.go:198–202  ·  view source on GitHub ↗
(l *lua.LState)

Source from the content-addressed store, hash-verified

196}
197
198func luaContextGetToken(l *lua.LState) int {
199 ctx := luaCheckContext(l)
200 l.Push(lua.LString(getToken(ctx)))
201 return 1
202}
203
204func luaContextGetUrl(l *lua.LState) int {
205 ctx := luaCheckContext(l)

Callers

nothing calls this directly

Calls 3

luaCheckContextFunction · 0.85
getTokenFunction · 0.85
PushMethod · 0.65

Tested by

no test coverage detected