@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
56 lines (30 loc) • 1.15 kB
Markdown
[**@clickup/ent-framework**](../README.md)
***
[@clickup/ent-framework](../globals.md) / VCWithStacks
# Class: VCWithStacks
Defined in: [src/ent/VCFlavor.ts:25](https://github.com/clickup/ent-framework/blob/master/src/ent/VCFlavor.ts#L25)
If turned on, the debug logs will contain caller stack traces for each Ent
query. This is expensive, use in dev mode only!
## Extends
- [`VCFlavor`](VCFlavor.md)
## Constructors
### new VCWithStacks()
> **new VCWithStacks**(): [`VCWithStacks`](VCWithStacks.md)
#### Returns
[`VCWithStacks`](VCWithStacks.md)
#### Inherited from
[`VCFlavor`](VCFlavor.md).[`constructor`](VCFlavor.md#constructors)
## Properties
| Property | Type |
| ------ | ------ |
| <a id="_tag"></a> `_tag` | `"VCFlavorClass"` |
| <a id="_tag-1"></a> `_tag` | `"VCFlavorInstance"` |
## Methods
### toDebugString()
> **toDebugString**(): `string`
Defined in: [src/ent/VCFlavor.ts:16](https://github.com/clickup/ent-framework/blob/master/src/ent/VCFlavor.ts#L16)
Appended to the end of VC.toString() result.
#### Returns
`string`
#### Inherited from
[`VCFlavor`](VCFlavor.md).[`toDebugString`](VCFlavor.md#todebugstring)