MCPcopy Index your code
hub / github.com/bugy/script-server / _setValueByUser

Function _setValueByUser

web-src/tests/unit/admin/ScriptConfig_test.js:60–63  ·  view source on GitHub ↗
(fieldName, value)

Source from the content-addressed store, hash-verified

58 };
59
60 async function _setValueByUser(fieldName, value) {
61 const form = configComponent.findComponent(ScriptConfigForm);
62 await setValueByUser(form.vm, fieldName, value);
63 }
64
65 describe('Test show config', function () {
66 it('Test show simple values', async function () {

Callers 1

Calls 1

setValueByUserFunction · 0.90

Tested by

no test coverage detected