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

Method String

core/webhook.go:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159func (l *luaSendContext) String() string {
160 return l.msg
161}
162
163func (l *luaSendContext) JSON(code int, obj interface{}) {
164 if val, err := json.Marshal(obj); err == nil {

Callers 7

luaContextSendFunction · 0.95
loggerMiddlewareFunction · 0.45
getHttpLuaReturnFunction · 0.45
luaGetOptsArrayFunction · 0.45
luaContextGetUrlFunction · 0.45
initFunction · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected