MCPcopy Create free account
hub / github.com/nodejs/node / chown

Method chown

lib/internal/fs/promises.js:220–222  ·  view source on GitHub ↗
(uid, gid)

Source from the content-addressed store, hash-verified

218 }
219
220 chown(uid, gid) {
221 return fsCall(fchown, this, uid, gid);
222 }
223
224 datasync() {
225 return fsCall(fdatasync, this);

Callers 15

chownFunction · 0.45
chownSyncFunction · 0.45
chownFunction · 0.45
chownFunction · 0.45
doTestFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected