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

Function lutime

test/parallel/test-trace-events-fs-async.js:124–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124function lutime() {
125 const fs = require('fs');
126 fs.writeFileSync('fs111.txt', '123', 'utf8');
127 fs.lutimes('fs111.txt', 1, 1, () => {
128 fs.unlinkSync('fs111.txt');
129 });
130}
131
132function lchown({ uid, gid }) {
133 const fs = require('fs');

Callers

nothing calls this directly

Calls 4

lutimesMethod · 0.80
requireFunction · 0.50
writeFileSyncMethod · 0.45
unlinkSyncMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…