Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ optionalString
Function
optionalString
apps/sim/tools/railway/utils.ts:51–54 ·
view source on GitHub ↗
(value?: string)
Source
from the content-addressed store, hash-verified
49
}
50
51
export
function
optionalString(value?: string): string | undefined {
52
const
trimmed = value?.trim()
53
return
trimmed ? trimmed : undefined
54
}
Callers
10
create_project.ts
File · 0.90
list_variables.ts
File · 0.90
create_environment.ts
File · 0.90
create_service.ts
File · 0.90
upsert_variable.ts
File · 0.90
deploy_service.ts
File · 0.90
update_project.ts
File · 0.90
delete_variable.ts
File · 0.90
list_projects.ts
File · 0.90
list_deployments.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected