Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aceld/zinx
/ Set
Method
Set
ziface/irequest.go:55–55 ·
view source on GitHub ↗
Set 在 Request 中存放一个上下文
(key string, value interface{})
Source
from the content-addressed store, hash-verified
53
Copy() IRequest
54
//Set 在 Request 中存放一个上下文
55
Set(key string, value
interface
{})
56
//Get 从 Request 中获取一个上下文信息
57
Get(key string) (value
interface
{}, exists bool)
58
}
Callers
9
GetSet
Function · 0.65
TestJsonMarshal
Function · 0.65
SetNotifyID
Method · 0.65
A1
Function · 0.65
Add
Method · 0.65
NoPoll1
Function · 0.65
NoPoll4
Function · 0.65
Poll1
Function · 0.65
Poll4
Function · 0.65
Implementers
2
BaseRequest
ziface/irequest.go
Request
znet/request.go
Calls
no outgoing calls
Tested by
3
GetSet
Function · 0.52
TestJsonMarshal
Function · 0.52
A1
Function · 0.52