()
| 1028 | } |
| 1029 | |
| 1030 | private getUserFields() { |
| 1031 | return (this.plugin.settings.userFields ?? []).map((field) => ({ ...field })); |
| 1032 | } |
| 1033 | |
| 1034 | private getFieldDefinitions(): TaskNotesRuntimeFieldDefinition[] { |
| 1035 | const mapping = this.plugin.settings.fieldMapping ?? {}; |
no outgoing calls
no test coverage detected