MCPcopy Index your code
hub / github.com/continuedev/continue / getAllRunningProcessIds

Function getAllRunningProcessIds

core/util/processTerminalStates.ts:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106
107// Utility functions
108export function getAllRunningProcessIds(): string[] {
109 return Array.from(processTerminalForegroundStates.keys());
110}
111
112export function getAllBackgroundedProcessIds(): string[] {
113 return Array.from(processTerminalBackgroundStates.keys());

Calls 1

fromMethod · 0.80

Tested by

no test coverage detected