Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ defaultFile
Method
defaultFile
src/Page.js:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
return
this._id;
24
}
25
get defaultFile() {
26
return
this._defaultFile;
27
}
28
set id(v) {
29
this._id = v;
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected