Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ generateID
Function
generateID
pkg/memory/rules/types.go:160–162 ·
view source on GitHub ↗
generateID 生成 ID
()
Source
from the content-addressed store, hash-verified
158
159
// generateID 生成 ID
160
func
generateID() string {
161
return
time.Now().Format(
"20060102150405.000000"
)
162
}
Callers
2
NewRule
Function · 0.70
parseMarkdownRules
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected