MCPcopy Create free account
hub / github.com/GDGAlgiers/nest-init-cli /

Class

src/authStrategyMethods/authFileManager.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { FileManagerService } from '../utils/fileManager.service';
8import { promises as fs } from 'fs';
9export class AuthFileManager {
10 constructor(private readonly fileManagerService: FileManagerService) {}
11
12 async createFile(name: string, content: string, path: string): Promise<void> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected