MCPcopy Create free account
hub / github.com/cxapython/catvm / e

Function e

xiaohongshu/test.js:3047–3056  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3045 }
3046 e.exports = function() {
3047 function e() {
3048 (function(e, t) {
3049 if (!(e instanceof t))
3050 throw new TypeError("Cannot call a class as a function")
3051 }
3052 )(this, e),
3053 this.head = null,
3054 this.tail = null,
3055 this.length = 0
3056 }
3057 return e.prototype.push = function(e) {
3058 var t = {
3059 data: e,

Callers 3

uFunction · 0.70
test.jsFile · 0.70
cFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected