MCPcopy Index your code
hub / github.com/nodejs/node / processCodeMove

Method processCodeMove

deps/v8/tools/tickprocessor.mjs:800–802  ·  view source on GitHub ↗
(from, to)

Source from the content-addressed store, hash-verified

798 }
799
800 processCodeMove(from, to) {
801 this.profile_.moveCode(from, to);
802 }
803
804 processCodeDelete(start) {
805 this.profile_.deleteCode(start);

Callers

nothing calls this directly

Calls 1

moveCodeMethod · 0.45

Tested by

no test coverage detected