comparison src/layout/StreamedGraphClient.ts @ 128:5a1a79f54779

big rewrite
author drewp@bigasterisk.com
date Fri, 05 May 2023 21:26:36 -0700
parents 042bd3361339
children
comparison
equal deleted inserted replaced
127:d2580faef057 128:5a1a79f54779
1 // this got rewritten in SourceGraph.ts
2
3
1 import { eachJsonLdQuad } from "./json_ld_quads"; 4 import { eachJsonLdQuad } from "./json_ld_quads";
2 import { Store } from "n3"; 5 import { Store } from "n3";
3 6
4 export class StreamedGraphClient { 7 export class StreamedGraphClient {
5 // holds a n3 Store, which is synced to a server-side 8 // holds a n3 Store, which is synced to a server-side