| 362 | } |
| 363 | |
| 364 | void OsirisProxy::OnInitNetworkFixedStrings(void * self, void * arg1) |
| 365 | { |
| 366 | if (EnableNetworkStringsDump) { |
| 367 | DumpNetworkFixedStrings(); |
| 368 | } |
| 369 | } |
| 370 | |
| 371 | void OsirisProxy::DumpNetworkFixedStrings() |
| 372 | { |
nothing calls this directly
no outgoing calls
no test coverage detected