MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / init

Method init

user/event_processor/iworker.go:44–49  ·  view source on GitHub ↗
(uuid string, processor *EventProcessor)

Source from the content-addressed store, hash-verified

42}
43
44func (this *eventWorker) init(uuid string, processor *EventProcessor) {
45 this.ticker = time.NewTicker(time.Millisecond * 100)
46 this.incoming = make(chan event.IEventStruct, MAX_CHAN_LEN)
47 this.UUID = uuid
48 this.processor = processor
49}
50
51func (this *eventWorker) GetUUID() string {
52 return this.UUID

Callers 1

NewEventWorkerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected