MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / name

Method name

out/cli.cjs:9228–9230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9226 return value instanceof Blob3 && value[Symbol.toStringTag] === "File" && typeof value.name === "string";
9227 }
9228 get name() {
9229 return __classPrivateFieldGet2(this, _File_name, "f");
9230 }
9231 get lastModified() {
9232 return __classPrivateFieldGet2(this, _File_lastModified, "f");
9233 }

Callers

nothing calls this directly

Calls 3

getInt32Memory0Function · 0.85
getStringFromWasm0Function · 0.85
sliceMethod · 0.45

Tested by

no test coverage detected