()
| 236 | content_hash = emscripten.generate_js_compiler_input_hash(symbols_only=True) |
| 237 | |
| 238 | def generate_json(): |
| 239 | library_syms = generate_js_sym_info() |
| 240 | return json.dumps(library_syms, separators=(',', ':'), indent=2) |
| 241 | |
| 242 | # Limit of the overall size of the cache. |
| 243 | # This code will get test coverage since a full test run of `other` or `core` |
nothing calls this directly
no test coverage detected