MCPcopy Create free account
hub / github.com/Snapchat/Valdi / checkAll

Function checkAll

valdi/vscode_debugger/src/targets/node/bootloader/filters.ts:85–86  ·  view source on GitHub ↗
(env: IBootloaderInfo | undefined)

Source from the content-addressed store, hash-verified

83 * Checks that we're able to debug this process.
84 */
85export const checkAll = (env: IBootloaderInfo | undefined): env is IBootloaderInfo =>
86 !!env && !allChecks.some(fn => !fn(env));

Callers 1

bootloader.tsFile · 0.90

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected