Class Tree

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(repo: any, id: any, mode: any, name: any, contents: any): Tree

Parameters

  • repo: any
  • id: any
  • mode: any
  • name: any
  • contents: any

Returns

Tree

Properties

public basename: any

public contents: any

public id: any

public mode: any

public name: any

public repo: any

Methods

public static content_from_string(repo: any, text: any, callback: Function)

Parameters

  • repo: any
  • text: any
  • callback: Function

public static create(repo: any, callback: Function)

Parameters

  • repo: any
  • callback: Function

public static create(repo: any, attributes: any, callback: Function)

Parameters

  • repo: any
  • attributes: any
  • callback: Function

public find(file: string): any

Parameters

  • file: string

Returns

any