MCPcopy Create free account
hub / github.com/codag-megalith/codag-visualizer / getChangedFunctions

Function getChangedFunctions

frontend/src/analysis/state.ts:213–215  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

211}
212
213export function getChangedFunctions(filePath: string): string[] | undefined {
214 return changedFiles.get(filePath);
215}
216
217export function setChangedFunctions(filePath: string, functions: string[]): void {
218 changedFiles.set(filePath, functions);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected