Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ generateEventID
Function
generateEventID
pkg/agent/streaming.go:720–722 ·
view source on GitHub ↗
generateEventID 生成事件 ID
()
Source
from the content-addressed store, hash-verified
718
719
// generateEventID 生成事件 ID
720
func
generateEventID() string {
721
return
"evt_"
+ uuid.New().String()
722
}
Callers
3
Stream
Method · 0.70
handleSlashCommandForStream
Method · 0.70
runModelStepStreaming
Method · 0.70
Calls
1
String
Method · 0.45
Tested by
no test coverage detected