MCPcopy
hub / github.com/stephengpope/thepopebot / parse

Method parse

lib/tools/docker.js:43–45  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

41 }
42
43 static parse(buf) {
44 return new DockerFrameParser().push(buf);
45 }
46}
47
48/**

Callers 15

getInstalledVersionFunction · 0.80
loadCronsFunction · 0.80
reloadCronsFunction · 0.80
loadTriggersFunction · 0.80
reloadTriggersFunction · 0.80
dockerApiFunction · 0.80
runContainerFunction · 0.80
execInContainerFunction · 0.80
getContainerLogsFunction · 0.80
parseOAuthStateFunction · 0.80
getRunnersConfigFunction · 0.80
formatContentFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected