MCPcopy
hub / github.com/ys1231/MoveCertificate / ExecResult

Interface ExecResult

webdev/src/cert-service.ts:27–31  ·  view source on GitHub ↗

exec 命令的返回结果

Source from the content-addressed store, hash-verified

25
26/** exec 命令的返回结果 */
27interface ExecResult {
28 errno: number;
29 stdout: string;
30 stderr: string;
31}
32
33/** API 查询响应 */
34interface CertQueryResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected