MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / lua_pull

Function lua_pull

res/static/js/lua.js:32–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30});
31
32function lua_pull() {
33 $.ajax({
34 url: '/dump_lua',
35 type: 'GET',
36 dataType: 'json',
37 success: function (res) {
38 alert("Push成功")
39 },
40 error: function (res) {
41 alert("Push失败")
42 }
43 });
44}
45
46function lua_decrypt() {
47 $.ajax({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected