| 246 | } |
| 247 | |
| 248 | const char* nullcEnumerateModules(unsigned id) |
| 249 | { |
| 250 | using namespace NULLC; |
| 251 | NULLC_CHECK_INITIALIZED(NULL); |
| 252 | |
| 253 | return BinaryCache::EnumerateModules(id); |
| 254 | } |
| 255 | |
| 256 | nullres nullcCompile(const char* code) |
| 257 | { |
no outgoing calls
no test coverage detected