MCPcopy Create free account
hub / github.com/goplus/py / LeaveRecursiveCall

Function LeaveRecursiveCall

python.go:85–87  ·  view source on GitHub ↗

LeaveRecursiveCall must be called after a recursive call that was indicated by EnterRecursiveCall.

()

Source from the content-addressed store, hash-verified

83// LeaveRecursiveCall must be called after a recursive call that was indicated
84// by EnterRecursiveCall.
85func LeaveRecursiveCall() {
86 C.leaveRecursive()
87}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…