Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ optionalTrimmedText
Function
optionalTrimmedText
src/core/interaction-positionals.ts:54–57 ·
view source on GitHub ↗
(parts: string[])
Source
from the content-addressed store, hash-verified
52
}
53
54
function
optionalTrimmedText(parts: string[]): string | undefined {
55
const
text = parts.join(
' '
).trim();
56
return
text ? text : undefined;
57
}
Callers
2
readInteractionTargetFromPositionals
Function · 0.70
readFillTargetFromPositionals
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected