Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ eventCount
Method
eventCount
panel/src/app/service/visual_data.ts:122–124 ·
view source on GitHub ↗
(eventName: string)
Source
from the content-addressed store, hash-verified
120
121
// Trigger counting event
122
eventCount(eventName: string) {
123
return
this.countMap.get(eventName);
124
}
125
126
// Trigger log event
127
emitLogEvent(eventName: string, source: any) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected