Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MauriceNino/dashdot
/ config.ts
File
config.ts
apps/server/src/config.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{ Config } from
'@dashdot/common'
;
2
3
const
numNull = (val: string | undefined): number | undefined => {
4
if
(val === undefined || val ===
''
) {
Callers
nothing calls this directly
Calls
5
numNull
Function · 0.85
penv
Function · 0.85
lst
Function · 0.85
kv
Function · 0.85
numlst
Function · 0.85
Tested by
no test coverage detected