This doesn't use the context so we can implement it here
| 38 | |
| 39 | // This doesn't use the context so we can implement it here |
| 40 | static cripts::string |
| 41 | _get(cripts::Context * /* context ATS_UNUSED */) |
| 42 | { |
| 43 | TSUuid process = TSProcessUuidGet(); |
| 44 | |
| 45 | return TSUuidStringGet(process); |
| 46 | } |
| 47 | |
| 48 | }; // End class UUID::Process |
| 49 |
nothing calls this directly
no test coverage detected