MCPcopy Create free account
hub / github.com/Mohawkz3417/IntegriSentinel / getFileChanges

Function getFileChanges

lib/api.ts:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127// File Changes
128export async function getFileChanges(): Promise<FileChange[]> {
129 return fetchFromApi("/api/file-changes", mockFileChanges)
130}
131
132export async function getFileChangesByDevice(deviceName: string): Promise<FileChange[]> {
133 const filtered = mockFileChanges.filter((f) => f.device === deviceName)

Callers 1

getEntityDataFunction · 0.85

Calls 1

fetchFromApiFunction · 0.85

Tested by

no test coverage detected