MCPcopy Index your code
hub / github.com/witheve/Eve / memoryActions

Method memoryActions

src/runtime/databases/system.ts:107–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 memoryActions() {
108
109 let {rss} = process.memoryUsage();
110 return [
111 new InsertAction("memory|tag", "memory", "tag", "memory"),
112 new SetAction("memory|rss","memory", "rss", rss),
113 ];
114 }
115
116 setup(evaluation: Evaluation) {
117 let self = this;

Callers 1

setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected