soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
245 Bytes
public
codeString
"Return a string containing all the C code for the code base. Used for testing."
| stream |
stream := ReadWriteStream on: (String new: 1000).
self emitJSCodeOn: stream doInlining: true doAssertions: true.
^stream contents