MCPcopy Create free account
hub / github.com/astercloud/aster / Int64

Function Int64

pkg/telemetry/tracer.go:116–118  ·  view source on GitHub ↗
(key string, value int64)

Source from the content-addressed store, hash-verified

114}
115
116func Int64(key string, value int64) Attribute {
117 return Attribute{Key: key, Value: value}
118}
119
120func Float64(key string, value float64) Attribute {
121 return Attribute{Key: key, Value: value}

Callers 4

WrapModelCallMethod · 0.92
WrapToolCallMethod · 0.92
extractTokenUsageMethod · 0.92
toolTracingExampleFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected