Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
func
(l *luaSendContext) String() string {
160
return
l.msg
161
}
162
163
func
(l *luaSendContext) JSON(code int, obj
interface
{}) {
164
if
val, err := json.Marshal(obj); err == nil {
Callers
7
luaContextSend
Function · 0.95
loggerMiddleware
Function · 0.45
getHttpLuaReturn
Function · 0.45
luaGetOptsArray
Function · 0.45
luaContextGetUrl
Function · 0.45
init
Function · 0.45
init
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected