MCPcopy Create free account
hub / github.com/danthareja/node-google-apps-script / getFileInManifest

Function getFileInManifest

lib/manifestor.js:50–55  ·  view source on GitHub ↗
(files, file)

Source from the content-addressed store, hash-verified

48};
49
50function getFileInManifest(files, file) {
51 return _.findWhere(files, {
52 name: file.name,
53 type: util.getFileType(file)
54 });
55}
56
57function getExternalFiles(fileId) {
58 return authenticate()

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected