MCPcopy 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
43func WithStateKey(skey string) eventModifier {
44 return func(e *eventMods) {
45 e.stateKey = &skey
46 }
47}
48
49func WithUnsigned(unsigned interface{}) eventModifier {
50 return func(e *eventMods) {

Callers 1

insertCreateEventsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected