MCPcopy Create free account
hub / github.com/dispatchrun/wzprof / derefPyUnicodeUtf8

Function derefPyUnicodeUtf8

python.go:325–328  ·  view source on GitHub ↗
(m vmem, p ptr32)

Source from the content-addressed store, hash-verified

323}
324
325func derefPyUnicodeUtf8(m vmem, p ptr32) string {
326 x := deref[ptr32](m, p)
327 return pyUnicodeUTf8(m, x)
328}
329
330func lineForFrame(m vmem, framep, codep ptr32) (int32, bool) {
331 codestart := codep + padCodeAdaptiveInCodeObject

Callers 1

FunctionMethod · 0.85

Calls 1

pyUnicodeUTf8Function · 0.85

Tested by

no test coverage detected