MCPcopy Index your code
hub / github.com/callstack/agent-device / hasRuntimeTransportHints

Function hasRuntimeTransportHints

src/daemon/runtime-hints.ts:37–39  ·  view source on GitHub ↗
(runtime: SessionRuntimeHints | undefined)

Source from the content-addressed store, hash-verified

35export { resolveRuntimeTransportHints, trimRuntimeValue } from '../utils/runtime-transport.ts';
36
37export function hasRuntimeTransportHints(runtime: SessionRuntimeHints | undefined): boolean {
38 return resolveRuntimeTransportHints(runtime) !== undefined;
39}
40
41export async function applyRuntimeHintsToApp(params: {
42 device: DeviceInfo;

Callers 3

clearRuntimeCommandFunction · 0.90
handleCloseCommandFunction · 0.90

Calls 1

Tested by

no test coverage detected