MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / asInt64Ptr

Function asInt64Ptr

internal/model/normalize.go:280–286  ·  view source on GitHub ↗
(value any)

Source from the content-addressed store, hash-verified

278}
279
280func asInt64Ptr(value any) (*int64, bool) {
281 v, ok := asInt64(value)
282 if !ok {
283 return nil, false
284 }
285 return &v, true
286}
287
288func nonEmptyString(value any) (string, bool) {
289 v, ok := value.(string)

Callers 1

NormalizeGuildConfigsMethod · 0.85

Calls 1

asInt64Function · 0.85

Tested by

no test coverage detected