MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / constructor

Method constructor

lib/gdrive.js:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47class GoogleDrive extends GoogleAuth {
48 constructor() {
49 super()
50 this.path = '/drive/api'
51 }
52
53 async getFolderID(path) {}
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected