MCPcopy Create free account
hub / github.com/Qinbf/groundmap / CommitFile

Interface CommitFile

web/app/learn/_data/types.ts:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53export type CommitChangeKind = "created" | "modified" | "tagged" | "log";
54
55export interface CommitFile {
56 /** 文件路径(不翻译) */
57 path: string;
58 changeKind: CommitChangeKind;
59}
60
61export interface CommitResult {
62 kind: "commit";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected