Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Reset
Method
Reset
IceFireDB-PubSub/pkg/router/context.go:41–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(c *Context) Reset() {
42
c.Writer = nil
43
c.Args = c.Args[0:0]
44
c.Handlers = nil
45
c.Index = -1
46
c.Reply = nil
47
}
48
49
func
(c *Context) Next() error {
50
c.Index++
Callers
5
Namespace
Function · 0.45
Handle
Method · 0.45
Sync
Method · 0.45
Handle
Method · 0.45
Sync
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected