Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daodst/chat
/ WithStateKey
Function
WithStateKey
test/event.go:43–47 ·
view source on GitHub ↗
(skey string)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
WithStateKey(skey string) eventModifier {
44
return
func
(e *eventMods) {
45
e.stateKey = &skey
46
}
47
}
48
49
func
WithUnsigned(unsigned
interface
{}) eventModifier {
50
return
func
(e *eventMods) {
Callers
1
insertCreateEvents
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected