| 382 | + std::to_string(appId) + ".bin"; |
| 383 | |
| 384 | struct stat st; |
| 385 | if (stat(schemaPath.c_str(), &st) == 0 && st.st_size > 0) { |
| 386 | LOG("[SchemaFetch] app %u: schema already on disk (%ld bytes), skipping", |
| 387 | appId, (long)st.st_size); |
no outgoing calls
no test coverage detected