We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9238e commit ba8c400Copy full SHA for ba8c400
1 file changed
test.ts
@@ -1 +1,8 @@
1
+// for testing if these functions make sense and should appear in this repo
2
+control._onCodeStart(0);
3
+control._onCodeStop(0);
4
5
+control.programName();
6
+control.programHash();
7
+
8
+const buf = control.createBuffer(100);
0 commit comments