MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / parseTime

Function parseTime

internal/instructions/store.go:95–98  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

93const rfc = time.RFC3339Nano
94
95func parseTime(v string) time.Time {
96 t, _ := time.Parse(rfc, v)
97 return t
98}
99
100// validateName rejects empty names and names containing path separators.
101func validateName(name string) error {

Callers 4

ListMethod · 0.85
getTxFunction · 0.85
installsForFunction · 0.85
InstallMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected