Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ quota_close
Function
quota_close
tools/libutil/quotafile.c:211–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
void
212
quota_close(struct quotafile *qf)
213
{
214
215
if (qf->fd != -1)
216
close(qf->fd);
217
free(qf);
218
}
219
220
int
221
quota_on(struct quotafile *qf)
Callers
1
quota_convert
Function · 0.85
Calls
2
close
Function · 0.50
free
Function · 0.50
Tested by
no test coverage detected