MCPcopy Create free account
hub / github.com/firebase/firebase-tools / readPostinstall

Function readPostinstall

src/extensions/emulator/specHelper.ts:42–45  ·  view source on GitHub ↗
(directory: string)

Source from the content-addressed store, hash-verified

40 * @param directory the directory to look for POSTINSTALL.md in.
41 */
42export async function readPostinstall(directory: string): Promise<string> {
43 const content = await readFileFromDirectory(directory, POSTINSTALL_FILE);
44 return content.source;
45}
46
47/**
48 * Substitue parameters of function resources in the extensions spec.

Callers 1

getExtensionSpecFunction · 0.90

Calls 1

readFileFromDirectoryFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…