MCPcopy Index your code
hub / github.com/browserless/browserless / recordMtime

Method recordMtime

src/file-system.ts:126–131  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

124 }
125
126 protected async recordMtime(path: string): Promise<void> {
127 const mtime = await this.getMtime(path);
128 if (mtime !== null) {
129 this.mtimes.set(path, mtime);
130 }
131 }
132
133 /**
134 * Implement any browserless-core-specific shutdown logic here.

Callers 1

appendMethod · 0.95

Calls 1

getMtimeMethod · 0.95

Tested by

no test coverage detected