Skip to content

Commit ba8c400

Browse files
Update test.ts
1 parent 9b9238e commit ba8c400

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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);
14

5+
control.programName();
6+
control.programHash();
7+
8+
const buf = control.createBuffer(100);

0 commit comments

Comments
 (0)