| 377 | |
| 378 | } |
| 379 | const char* GetProgramChecksum() { |
| 380 | pthread_once(&compute_program_checksum_once, ComputeProgramCHECKSUM); |
| 381 | return s_program_checksum; |
| 382 | } |
| 383 | |
| 384 | bool SupportGzip(Controller* cntl) { |
| 385 | const std::string* encodings = |
no outgoing calls
no test coverage detected