Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
function
getFileInManifest(files, file) {
51
return
_.findWhere(files, {
52
name: file.name,
53
type
: util.getFileType(file)
54
});
55
}
56
57
function
getExternalFiles(fileId) {
58
return
authenticate()
Callers
1
build
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected