MCPcopy Create free account
hub / github.com/dagger/dagger / isFloat

Function isFloat

sdk/typescript/src/module/entrypoint/invoke.ts:26–28  ·  view source on GitHub ↗
(num: number)

Source from the content-addressed store, hash-verified

24}
25
26function isFloat(num: number): boolean {
27 return num % 1 !== 0
28}
29
30/**
31 * A wrapper around the registry to invoke a function.

Callers 1

invokeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected