MCPcopy 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
160func generateID() string {
161 return time.Now().Format("20060102150405.000000")
162}

Callers 2

NewRuleFunction · 0.70
parseMarkdownRulesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected