MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / getCommandPath

Function getCommandPath

frontend/util/ijson.ts:215–220  ·  view source on GitHub ↗
(command: object)

Source from the content-addressed store, hash-verified

213}
214
215function getCommandPath(command: object): PathType {
216 if (command["path"] == null) {
217 return [];
218 }
219 return command["path"];
220}
221
222function applyCommand(data: any, command: any): any {
223 if (command == null) {

Callers 1

applyCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected