MCPcopy
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 */
127const init = () => {
128 buildParseUrl();
129 bindBtn('#step-1-btn', async (e) => {
130 e.preventDefault();
131 await postData();
132 });
133};
134
135init();

Callers 1

script.jsFile · 0.85

Calls 3

buildParseUrlFunction · 0.85
bindBtnFunction · 0.85
postDataFunction · 0.85

Tested by

no test coverage detected