MCPcopy Index your code
hub / github.com/php/frankenphp / go_is_context_done

Function go_is_context_done

frankenphp.go:755–757  ·  view source on GitHub ↗

export go_is_context_done

(threadIndex C.uintptr_t)

Source from the content-addressed store, hash-verified

753
754//export go_is_context_done
755func go_is_context_done(threadIndex C.uintptr_t) C.bool {
756 return C.bool(phpThreads[threadIndex].frankenPHPContext().isDone)
757}
758
759func convertArgs(args []string) (C.int, []*C.char) {
760 argc := C.int(len(args))

Callers

nothing calls this directly

Calls 1

frankenPHPContextMethod · 0.65

Tested by

no test coverage detected