Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
85
export
const
checkAll = (env: IBootloaderInfo | undefined): env is IBootloaderInfo =>
86
!!env && !allChecks.some(fn => !fn(env));
Callers
1
bootloader.ts
File · 0.90
Calls
1
fn
Function · 0.50
Tested by
no test coverage detected