MCPcopy Create free account
hub / github.com/code-forge-io/Remix-Forge / getFilesExports

Function getFilesExports

src/utils/file.ts:270–274  ·  view source on GitHub ↗
(fileContent: string)

Source from the content-addressed store, hash-verified

268}
269
270export function getFilesExports(fileContent: string) {
271 const exports = getAllExports(fileContent);
272
273 return exports;
274}
275/**
276 * Gets the file content of the provided file path
277 * @param filePath File path to read

Callers 1

generateTestsFunction · 0.90

Calls 1

getAllExportsFunction · 0.85

Tested by

no test coverage detected