You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO [FUTURE]:// Use pattern at// https://github.com/comunica/comunica/blob/next/major/packages/bus-rdf-resolve-quad-pattern/lib/utils.ts// to enable multiple rule sourcesimport{KeysRdfReason}from'@comunica/reasoning-context-entries';importtype{IActionContext}from'@comunica/types';exportfunctiongetContextSource(context: IActionContext): string|undefined{returncontext.get(KeysRdfReason.rules);}// TODO: Future - this will be needed// /**// * Get the data source type.// * @param dataSource A data source.// */// export function getDataSourceType() {// if (typeof dataSource === 'string') {// return '';// }// return 'match' in dataSource ? 'rdfjsSource' : dataSource.type;// }
The text was updated successfully, but these errors were encountered:
Issue type:
Description:
removed from
util.ts
in bus-rule-resolveThe text was updated successfully, but these errors were encountered: