MCPcopy Create free account
hub / github.com/UI5/webcomponents / SafeBuffer

Function SafeBuffer

packages/main/test/pages/diffable-html.js:8184–8186  ·  view source on GitHub ↗
(arg, encodingOrOffset, length)

Source from the content-addressed store, hash-verified

8182 }
8183
8184 function SafeBuffer (arg, encodingOrOffset, length) {
8185 return Buffer(arg, encodingOrOffset, length)
8186 }
8187
8188 // Copy static methods from Buffer
8189 copyProps(Buffer, SafeBuffer)

Callers

nothing calls this directly

Calls 1

BufferFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…