Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server-example
/ init
Function
init
public/assets/js/script.js:127–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
* Boot
126
*/
127
const
init = () => {
128
buildParseUrl();
129
bindBtn(
'#step-1-btn'
,
async
(e) => {
130
e.preventDefault();
131
await
postData();
132
});
133
};
134
135
init();
Callers
1
script.js
File · 0.85
Calls
3
buildParseUrl
Function · 0.85
bindBtn
Function · 0.85
postData
Function · 0.85
Tested by
no test coverage detected