MCPcopy
hub / github.com/ro31337/libretaxi / get

Method get

test/support/text-to-value-test.js:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 get() {
32 return new OptionsResponse({ rows: [
33 [{ label: 'OK', value: '_ok_' }, { label: 'Cancel', value: '_cancel_' }],
34 ] });
35 }
36
37 post() {
38 return new OptionsResponse({ rows: [

Calls

no outgoing calls

Tested by

no test coverage detected