码蚁0817班级,AI项目,脸谱,双团队架构,赛马机制
lfp0404
2024-12-05 d5b46648fdb93d9d052ee9f376723cc48c8c68c3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
SQLite format 3 @  @=.v‰û%ûR†ûþ€^q>¦ Y ±  
2¤TîYôƒ‚wåhXÚG²#;;;tableidentifiers_fts_docsizeidentifiers_fts_docsize"CREATE TABLE 'identifiers_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER)"33Gtableidentifiers_fts_idxidentifiers_fts_idx!CREATE TABLE 'identifiers_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWID|!55tableidentifiers_fts_dataidentifiers_fts_data CREATE TABLE 'identifiers_fts_data'(id INTEGER PRIMARY KEY, block BLOB)‚  ++ƒStableidentifiers_ftsidentifiers_ftsCREATE VIRTUAL TABLE identifiers_fts USING fts5(identifiers, content='', contentless_delete=1, tokenize="unicode61 remove_diacritics 0                      categories 'C* L* M* N* P* S* Z*'                      separators ''"){77tablecode_items_fts_configcode_items_fts_configCREATE TABLE 'code_items_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID999tablecode_items_fts_docsizecode_items_fts_docsizeCREATE TABLE 'code_items_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER) 11Etablecode_items_fts_idxcode_items_fts_idxCREATE TABLE 'code_items_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWIDy33tablecode_items_fts_datacode_items_fts_dataCREATE TABLE 'code_items_fts_data'(id INTEGER PRIMARY KEY, block BLOB)))ctablecode_items_ftscode_items_ftsCREATE VIRTUAL TABLE code_items_fts USING fts5(names, content='', contentless_delete=1, tokenize="trigram")i9#indexix_symbol_refs_file_idsymbol_refsCREATE INDEX ix_symbol_refs_file_id ON symbol_refs(file_id)o=# indexix_symbol_refs_symbol_idsymbol_refsCREATE INDEX ix_symbol_refs_symbol_id ON symbol_refs(symbol_id)c1!indexuq_hint_files_namehint_filesCREATE UNIQUE INDEX uq_hint_files_name ON hint_files(name)QCindexuq_file_map_code_item_id_config_idfile_mapCREATE UNIQUE INDEX uq_file_map_code_item_id_config_id ON file_map (code_item_id,config_id)d7!indexix_code_items_file_idcode_itemsCREATE INDEX ix_code_items_file_id ON code_items(file_id)N'mindexuq_files_namefilesCREATE UNIQUE INDEX uq_files_name ON files(name)ƒ …etablerelationsrelationsCREATE TABLE relations ( source_symbol_id bigint NOT NULL CONSTRAINT fk_relations_source_symbol_id REFERENCES symbols(id), target_symbol_id bigint NOT NULL CONSTRAINT fk_relations_target_symbol_id REFERENCES symbols(id), kind bigint NOT NULL, CONSTRAINT pk_relations_source_symbol_id_target_symbol_id PRIMARY KEY (source_symbol_id, target_symbol_id)) WITHOUT ROWIDd##ƒtablesymbol_refssymbol_refsCREATE TABLE symbol_refs ( symbol_id bigint NOT NULL, file_id bigint NOT NULL, kind bigint NOT NULL, begin_offset integer NOT NULL, end_offset integer NOT NULL, visible_in_source bool NOT NULL)lƒ/tablesymbolssymbolsCREATE TABLE symbols ( id integer NOT NULL CONSTRAINT pk_symbols_id PRIMARY KEY, moniker text NOT NULL, kind integer NOT NULL, semantic_token_kind integer NOT NULL, assoc_text text NOT NULL, primary_id bigint)&!!‚tablehint_fileshint_filesCREATE TABLE hint_files ( id integer NOT NULL CONSTRAINT pk_hint_files_id PRIMARY KEY, timestamp bigint NOT NULL, name text NOT NULL)%##‚tableshared_textshared_textCREATE TABLE shared_text ( id integer NOT NULL CONSTRAINT pk_shared_text_id PRIMARY KEY, hash bigint NOT NULL, text text NOT NULL)ƒA11†-tablebase_class_parentsbase_class_parentsCREATE TABLE base_class_parents ( base_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_base_code_item_id REFERENCES code_items(id), parent_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_parent_code_item_id REFERENCES code_items(id), CONSTRAINT pk_base_class_parents_base_code_item_id_parent_code_item_id PRIMARY KEY (base_code_item_id, parent_code_item_id)) WITHOUT ROWID_tablefile_mapfile_mapCREATE TABLE file_map ( code_item_id bigint NOT NULL, config_id bigint NOT NULL, file_id bigint NOT NULL)ƒ ##…qtableassoc_spansassoc_spansCREATE TABLE assoc_spans ( code_item_id bigint NOT NULL CONSTRAINT fk_assoc_spans_code_item_id REFERENCES code_items(id) ON DELETE CASCADE, kind tinyint NOT NULL, start_column integer NOT NULL, start_line integer NOT NULL, end_column integer NOT NULL, end_line integer NOT NULL, CONSTRAINT pk_assoc_spans_code_item_id_kind PRIMARY KEY (code_item_id, kind)) WITHOUT ROWID‚0 !!„+tableassoc_textassoc_text CREATE TABLE assoc_text ( code_item_id bigint NOT NULL CONSTRAINT fk_assoc_text_code_item_id REFERENCES code_items(id) ON DELETE CASCADE, kind tinyint NOT NULL, text text NOT NULL, CONSTRAINT pk_assoc_text_code_item_id_kind PRIMARY KEY (code_item_id, kind)) WITHOUT ROWID…j !!‹tablecode_itemscode_items CREATE TABLE code_items ( id integer NOT NULL CONSTRAINT pk_code_items_id PRIMARY KEY, file_id bigint NOT NULL, parent_id bigint NOT NULL, kind integer NOT NULL, attributes integer NOT NULL, name text NOT NULL, type text, start_column integer NOT NULL, start_line integer NOT NULL, end_column integer NOT NULL, end_line integer NOT NULL, name_start_column integer NOT NULL, name_start_line integer NOT NULL, name_end_column integer NOT NULL, name_end_line integer NOT NULL, param_default_value text, param_default_value_start_column integer, param_default_value_start_line integer, param_default_value_end_column integer, param_default_value_end_line integer, param_number smallint, lower_name_hint text NOT NULL)„
%%ˆtableconfig_filesconfig_files CREATE TABLE config_files ( config_id bigint NOT NULL, file_id bigint NOT NULL, implicit tinyint NOT NULL, reference tinyint NOT NULL, compiled tinyint NOT NULL, compiled_module tinyint NOT NULL, compiled_header_unit tinyint NOT NULL, compiled_pch tinyint NOT NULL, explicit tinyint NOT NULL, shared tinyint NOT NULL, generated tinyint NOT NULL, include_path bigint, framework_include_path bigint, options bigint, CONSTRAINT pk_config_files_config_id_file_id PRIMARY KEY (config_id, file_id)) WITHOUT ROWID‚{    …Utablefilesfiles
CREATE TABLE files ( id integer NOT NULL CONSTRAINT pk_files_id PRIMARY KEY, timestamp bigint NOT NULL, parsetime real NOT NULL, addtime real NOT NULL, difftime real NOT NULL, name text NOT NULL, leaf_name text NOT NULL, extension text, attributes integer NOT NULL, parser_guid text NOT NULL CONSTRAINT fk_files_parser_guid REFERENCES parsers(parser_guid))z%%ƒ7tableproject_refsproject_refs    CREATE TABLE project_refs ( config_id bigint NOT NULL CONSTRAINT fk_project_refs_config_id REFERENCES configs(id) ON DELETE CASCADE, project_ref_guid bigint NOT NULL, project_ref_name bigint, resolved_name bigint)…‰gtableconfigsconfigsCREATE TABLE configs ( id integer NOT NULL CONSTRAINT pk_configs_id PRIMARY KEY, hash bigint NOT NULL, project_id bigint NOT NULL CONSTRAINT fk_configs_project_id REFERENCES projects(id) ON DELETE CASCADE, name text NOT NULL, toolset_isense_identifier text, is_native tinyint, has_modules tinyint, exclude_path bigint, source_path bigint, config_include_path bigint, config_framework_include_path bigint, config_options bigint, platform_include_path bigint, platform_framework_include_path bigint, platform_options bigint, options_for_reference bigint, include_path_for_reference bigint, test_frameworks integer NOT NULL)I‚etableprojectsprojectsCREATE TABLE projects ( id integer NOT NULL CONSTRAINT pk_projects_id PRIMARY KEY, name text NOT NULL, directory text NOT NULL, guid text NOT NULL, shared tinyint NOT NULL)‚++ƒ?tablecode_item_kindscode_item_kindsCREATE TABLE code_item_kinds ( id integer NOT NULL CONSTRAINT pk_code_item_kinds_id PRIMARY KEY, name text NOT NULL, parser_guid text NOT NULL CONSTRAINT fk_code_item_kinds_parser_guid REFERENCES parsers(parser_guid))(‚'tableparsersparsersCREATE TABLE parsers ( parser_guid text NOT NULL CONSTRAINT pk_parsers_parser_guid PRIMARY KEY, name text NOT NULL, short_name text NOT NULL)-Aindexsqlite_autoindex_parsers_1parsers !!etablepropertiespropertiesCREATE TABLE properties ( name text NOT NULL CONSTRAINT pk_properties_name PRIMARY KEY, value text NOT NULL)3G!indexsqlite_autoindex_properties_1properties$     –׿" Ô¾ª–ê    )code_items_mod0)code_items_cnt0'indexes_readytrue6)Wcomment_tokensHACKTODOUNDONEUnresolvedMergeConflict%enhanced_ftsfalse‚1pathD:\Projects\脸谱AI_0817_1202\GroupB_马喜龙\Server\马喜龙\code\face_painting_socket_server\.vs\face_painting_socket_server\v17\Browse.VC.db)client_version17.04version17.0019
%safe_to_opentruee
ð    [Ñl¤·’È[ä%safe_to_open
)code_items_mod    )code_items_cnt'indexes_ready)comment_tokens%enhanced_ftspath)client_version versionsafe_to_open HÒ¤xH.MB5E9BD3E6D3E4B5D925E8A43B79820B4Metadatamd*MB5E9BD356D3E4B5D925E8A43B79820B4IDLidl,MB5E9BD326D3E4B5D925E8A43B79820B4C/C++cpp,M00000000000000000000000000000000nullnull
mÜ·’m$MB5E9BD3E6D3E4B5D925E8A43B79820B4$MB5E9BD356D3E4B5D925E8A43B79820B4$MB5E9BD326D3E4B5D925E8A43B79820B4#M    00000000000000000000000000000000 @ÏÕ©~T%ðÄ”e7ÂA    Ü¬}Q ó¾‰]%õÇ™j2    Û¬~S%ó],ûË™h:بwLôÇ•d1úÉ™i6Ï0@%Munknown_decl000000000000000000000000000000003?+Mmfc_comment_idl000000000000000000000000000000001>'Mimportlib_idl00000000000000000000000000000000.=!Mimport_idl00000000000000000000000000000000.<!Mmodule_idl00000000000000000000000000000000/;#Mlibrary_idl000000000000000000000000000000005:/Mdispinterface_idl0000000000000000000000000000000019'Minterface_idl00000000000000000000000000000000/8#Mcoclass_idl0000000000000000000000000000000007%Mcomment_task00000000000000000000000000000000+6Mskipped00000000000000000000000000000000)5Mscope00000000000000000000000000000000+4Mcomment00000000000000000000000000000000)3Mlabel00000000000000000000000000000000/2#Mpound_endif00000000000000000000000000000000.1!Mpound_elif00000000000000000000000000000000.0!Mpound_else000000000000000000000000000000000/%Mpound_ifndef00000000000000000000000000000000,.Mpound_if00000000000000000000000000000000/-#Mpound_ifdef000000000000000000000000000000000,%Mpound_pragma00000000000000000000000000000000.+!Mpound_line00000000000000000000000000000000/*#Mpound_error00000000000000000000000000000000/)#Mpound_using000000000000000000000000000000000(%Mpound_import000000000000000000000000000000001''Mpound_include00000000000000000000000000000000/&#Mmacro_undef000000000000000000000000000000000%%Mmacro_define00000000000000000000000000000000,$Mdelegate00000000000000000000000000000000)#Mevent00000000000000000000000000000000,"Mproperty00000000000000000000000000000000-!Mdialog_id00000000000000000000000000000000, Mmap_item00000000000000000000000000000000'Mmap0000000000000000000000000000000061Mattribute_argument00000000000000000000000000000000-Mattribute00000000000000000000000000000000,Mvariable00000000000000000000000000000000,Mfunction00000000000000000000000000000000.!Musing_decl0000000000000000000000000000000061Mimport_header_unit00000000000000000000000000000000*Mimport000000000000000000000000000000003+Musing_namespace000000000000000000000000000000003+Mnamespace_alias00000000000000000000000000000000+Mtypedef00000000000000000000000000000000/#Musing_alias00000000000000000000000000000000*Mmodule00000000000000000000000000000000-Mnamespace00000000000000000000000000000000.!Mbase_class00000000000000000000000000000000+Mconcept0000000000000000000000000000000061Mgeneric_constraint00000000000000000000000000000000?CMtemplate_template_parameter00000000000000000000000000000000? CMtemplate_non_type_parameter00000000000000000000000000000000; ;Mtemplate_type_parameter000000000000000000000000000000005 /Mtemplate_argument00000000000000000000000000000000,
Mtemplate00000000000000000000000000000000-    Mparameter00000000000000000000000000000000.!Menumerator00000000000000000000000000000000*Mmember000000000000000000000000000000003+Mmember_function00000000000000000000000000000000-Minterface00000000000000000000000000000000(Menum00000000000000000000000000000000)Munion00000000000000000000000000000000*Mstruct00000000000000000000000000000000)Mclass00000000000000000000000000000000        
   
 
   
         
 
 
 
 
 
 
  ëûë
"ÿ
   
ôô version ëûë
"ÿ
   
ôô version ø ¦3ÃYR†ûþ€^q>¦ Y ±  
2¤TîYôƒ‚wåhXÚG²ø#;;;tableidentifiers_fts_docsizeidentifiers_fts_docsize"CREATE TABLE 'identifiers_fts_docsize'#;;;tableidentifiers_fts_docsizeidentifiers_fts_docsize"CREATE TABLE 'identifiers_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER)"33Gtableidentifiers_fts_idxidentifiers_fts_idx!CREATE TABLE 'identifiers_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWID|!55tableidentifiers_fts_dataidentifiers_fts_data CREATE TABLE 'identifiers_fts_data'(id INTEGER PRIMARY KEY, block BLOB)‚  ++ƒStableidentifiers_ftsidentifiers_ftsCREATE VIRTUAL TABLE identifiers_fts USING fts5(identifiers, content='', contentless_delete=1, tokenize="unicode61 remove_diacritics 0                      categories 'C* L* M* N* P* S* Z*'                      separators ''"){77tablecode_items_fts_configcode_items_fts_configCREATE TABLE 'code_items_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID999tablecode_items_fts_docsizecode_items_fts_docsizeCREATE TABLE 'code_items_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER) 11Etablecode_items_fts_idxcode_items_fts_idxCREATE TABLE 'code_items_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWIDy33tablecode_items_fts_datacode_items_fts_dataCREATE TABLE 'code_items_fts_data'(id INTEGER PRIMARY KEY, block BLOB)))ctablecode_items_ftscode_items_ftsCREATE VIRTUAL TABLE code_items_fts USING fts5(names, content='', contentless_delete=1, tokenize="trigram")i9#indexix_symbol_refs_file_idsymbol_refsCREATE INDEX ix_symbol_refs_file_id ON symbol_refs(file_id)o=# indexix_symbol_refs_symbol_idsymbol_refsCREATE INDEX ix_symbol_refs_symbol_id ON symbol_refs(symbol_id)c1!indexuq_hint_files_namehint_filesCREATE UNIQUE INDEX uq_hint_files_name ON hint_files(name)QCindexuq_file_map_code_item_id_config_idfile_mapCREATE UNIQUE INDEX uq_file_map_code_item_id_config_id ON file_map (code_item_id,config_id)d7!indexix_code_items_file_idcode_itemsCREATE INDEX ix_code_items_file_id ON code_items(file_id)N'mindexuq_files_namefilesCREATE UNIQUE INDEX uq_files_name ON files(name)ƒ …etablerelationsrelationsCREATE TABLE relations ( source_symbol_id bigint NOT NULL CONSTRAINT fk_relations_source_symbol_id REFERENCES symbols(id), target_symbol_id bigint NOT NULL CONSTRAINT fk_relations_target_symbol_id REFERENCES symbols(id), kind bigint NOT NULL, CONSTRAINT pk_relations_source_symbol_id_target_symbol_id PRIMARY KEY (source_symbol_id, target_symbol_id)) WITHOUT ROWIDd##ƒtablesymbol_refssymbol_refsCREATE TABLE symbol_refs ( symbol_id bigint NOT NULL, file_id bigint NOT NULL, kind bigint NOT NULL, begin_offset integer NOT NULL, end_offset integer NOT NULL, visible_in_source bool NOT NULL)lƒ/tablesymbolssymbolsCREATE TABLE symbols ( id integer NOT NULL CONSTRAINT pk_symbols_id PRIMARY KEY, moniker text NOT NULL, kind integer NOT NULL, semantic_token_kind integer NOT NULL, assoc_text text NOT NULL, primary_id bigint)&!!‚tablehint_fileshint_filesCREATE TABLE hint_files ( id integer NOT NULL CONSTRAINT pk_hint_files_id PRIMARY KEY, timestamp bigint NOT NULL, name text NOT NULL)%##‚tableshared_textshared_textCREATE TABLE shared_text ( id integer NOT NULL CONSTRAINT pk_shared_text_id PRIMARY KEY, hash bigint NOT NULL, text text NOT NULL)ƒA11†-tablebase_class_parentsbase_class_parentsCREATE TABLE base_class_parents ( base_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_base_code_item_id REFERENCES code_items(id), parent_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_parent_code_item_id REFERENCES code_items(id), CONSTRAINT pk_base_class_parents_base_code_item_id_parent_code_item_id PRIMARY KEY (base_code_item_id, parent_code_item_id)) WITHOUT ROWID_tablefile_mapfile_mapCREATE TABLE file_map ( code_item_id bigint NOT NULL, config_id bigint NOT NULL, file_id bigint NOT NULL)ƒ ##…qtableassoc_spansassoc_spansCREATE TABLE assoc_spans ( code_item_id bigint NOT NULL CONSTRAINT fk_assoc_spans_code_item_id REFERENCES code_items(id) ON DELETE CASCADE, kind tinyint NOT NULL, start_column integer NOT NULL, start_line integer NOT NULL, end_column integer NOT NULL, end_line integer NOT NULL, CONSTRAINT pk_assoc_spans_code_item_id_kind PRIMARY KEY (code_item_id, kind)) WITHOUT ROWID‚0 !!„+tableassoc_textassoc_text CREATE TABLE assoc_text ( code_item_id bigint NOT NULL CONSTRAINT fk_assoc_text_code_item_id REFERENCES code_items(id) ON DELETE CASCADE, kind tinyint NOT NULL, text text NOT NULL, CONSTRAINT pk_assoc_text_code_item_id_kind PRIMARY KEY (code_item_id, kind)) WITHOUT ROWID…j !!‹tablecode_itemscode_items CREATE TABLE code_items ( id integer NOT NULL CONSTRAINT pk_code_items_id PRIMARY KEY, file_id bigint NOT NULL, parent_id bigint NOT NULL, kind integer NOT NULL, attributes integer NOT NULL, name text NOT NULL, type text, start_column integer NOT NULL, start_line integer NOT NULL, end_column integer NOT NULL, end_line integer NOT NULL, name_start_column integer NOT NULL, name_start_line integer NOT NULL, name_end_column integer NOT NULL, name_end_line integer NOT NULL, param_default_value text, param_default_value_start_column integer, param_default_value_start_line integer, param_default_value_end_column integer, param_default_value_end_line integer, param_number smallint, lower_name_hint text NOT NULL)„
%%ˆtableconfig_filesconfig_files CREATE TABLE config_files ( config_id bigint NOT NULL, file_id bigint NOT NULL, implicit tinyint NOT NULL, reference tinyint NOT NULL, compiled tinyint NOT NULL, compiled_module tinyint NOT NULL, compiled_header_unit tinyint NOT NULL, compiled_pch tinyint NOT NULL, explicit tinyint NOT NULL, shared tinyint NOT NULL, generated tinyint NOT NULL, include_path bigint, framework_include_path bigint, options bigint, CONSTRAINT pk_config_files_config_id_file_id PRIMARY KEY (config_id, file_id)) WITHOUT ROWID‚{    …Utablefilesfiles
CREATE TABLE files ( id integer NOT NULL CONSTRAINT pk_files_id PRIMARY KEY, timestamp bigint NOT NULL, parsetime real NOT NULL, addtime real NOT NULL, difftime real NOT NULL, name text NOT NULL, leaf_name text NOT NULL, extension text, attributes integer NOT NULL, parser_guid text NOT NULL CONSTRAINT fk_files_parser_guid REFERENCES parsers(parser_guid))z%%ƒ7tableproject_refsproject_refs    CREATE TABLE project_refs ( config_id bigint NOT NULL CONSTRAINT fk_project_refs_config_id REFERENCES configs(id) ON DELETE CASCADE, project_ref_guid bigint NOT NULL, project_ref_name bigint, resolved_name bigint)…‰gtableconfigsconfigsCREATE TABLE configs ( id integer NOT NULL CONSTRAINT pk_configs_id PRIMARY KEY, hash bigint NOT NULL, project_id bigint NOT NULL CONSTRAINT fk_configs_project_id REFERENCES projects(id) ON DELETE CASCADE, name text NOT NULL, toolset_isense_identifier text, is_native tinyint, has_modules tinyint, exclude_path bigint, source_path bigint, config_include_path bigint, config_framework_include_path bigint, config_options bigint, platform_include_path bigint, platform_framework_include_path bigint, platform_options bigint, options_for_reference bigint, include_path_for_reference bigint, test_frameworks integer NOT NULL)I‚etableprojectsprojectsCREATE TABLE projects ( id integer NOT NULL CONSTRAINT pk_projects_id PRIMARY KEY, name text NOT NULL, directory text NOT NULL, guid text NOT NULL, shared tinyint NOT NULL)‚++ƒ?tablecode_item_kindscode_item_kindsCREATE TABLE code_item_kinds ( id integer NOT NULL CONSTRAINT pk_code_item_kinds_id PRIMARY KEY, name text NOT NULL, parser_guid text NOT NULL CONSTRAINT fk_code_item_kinds_parser_guid REFERENCES parsers(parser_guid))(‚'tableparsersparsersCREATE TABLE parsers ( parser_guid text NOT NULL CONSTRAINT pk_parsers_parser_guid PRIMARY KEY, name text NOT NULL, short_name text NOT NULL)-Aindexsqlite_autoindex_parsers_1parsers !!etablepropertiespropertiesCREATE TABLE properties ( name text NOT NULL CONSTRAINT pk_properties_name PRIMARY KEY, value text NOT NULL)3G!indexsqlite_autoindex_properties_1properties 2Aw³ bsŒþ®H³NÝrÜaÑ?²4¡ Œí‘5ҁ ‘  ® 9 Ê ]

    Ž    ¦Bä>’1×=¿A|?Gindexix_relations_target_symbol_idrelations@CREATE INDEX ix_relations_target_symbol_id ON relations(target_symbol_id)|>Gindexix_relations_source_symbol_idrelations?CREATE INDEX ix_relations_source_symbol_id ON relations(source_symbol_id)=W#Aindexix_symbol_refs_symbol_id_file_id_kindsymbol_refs>CREATE INDEX ix_symbol_refs_symbol_id_file_id_kind ON symbol_refs (symbol_id,file_id,kind)X<1sindexix_symbols_monikersymbols=CREATE INDEX ix_symbols_moniker ON symbols(moniker)_;3#windexix_shared_text_hashshared_text<CREATE INDEX ix_shared_text_hash ON shared_text(hash)):_1Oindexix_base_class_parents_parent_code_item_idbase_class_parents;CREATE INDEX ix_base_class_parents_parent_code_item_id ON base_class_parents(parent_code_item_id)#9[1Gindexix_base_class_parents_base_code_item_idbase_class_parents:CREATE INDEX ix_base_class_parents_base_code_item_id ON base_class_parents(base_code_item_id)\83windexix_file_map_file_idfile_map9CREATE INDEX ix_file_map_file_id ON file_map(file_id)b77indexix_file_map_config_idfile_map8CREATE INDEX ix_file_map_config_id ON file_map(config_id)l6= indexix_file_map_code_item_idfile_map7CREATE INDEX ix_file_map_code_item_id ON file_map(code_item_id)x5C#indexix_assoc_spans_code_item_idassoc_spans6CREATE INDEX ix_assoc_spans_code_item_id ON assoc_spans(code_item_id)t4A!indexix_assoc_text_code_item_idassoc_text5CREATE INDEX ix_assoc_text_code_item_id ON assoc_text(code_item_id){3E!indexix_code_items_parent_id_kindcode_items4CREATE INDEX ix_code_items_parent_id_kind ON code_items (parent_id,kind)}2G!indexix_code_items_lower_name_hintcode_items3CREATE INDEX ix_code_items_lower_name_hint ON code_items(lower_name_hint)[11!sindexix_code_items_namecode_items2CREATE INDEX ix_code_items_name ON code_items(name)k0;!indexix_code_items_parent_idcode_items1CREATE INDEX ix_code_items_parent_id ON code_items(parent_id)m/;%indexix_config_files_file_idconfig_files0CREATE INDEX ix_config_files_file_id ON config_files(file_id)s.?%indexix_config_files_config_idconfig_files/CREATE INDEX ix_config_files_config_id ON config_files(config_id)V-1sindexix_files_leaf_namefiles.CREATE INDEX ix_files_leaf_name ON files(leaf_name),M%+indexix_project_refs_project_ref_guidproject_refs-CREATE INDEX ix_project_refs_project_ref_guid ON project_refs(project_ref_guid)s+?%indexix_project_refs_config_idproject_refs,CREATE INDEX ix_project_refs_config_id ON project_refs(config_id)y*A#indexuq_configs_project_id_nameconfigs+CREATE UNIQUE INDEX uq_configs_project_id_name ON configs (project_id,name)O)+gindexix_configs_nameconfigs*CREATE INDEX ix_configs_name ON configs(name)a(7indexix_configs_project_idconfigs)CREATE INDEX ix_configs_project_id ON configs(project_id)Z'-yindexuq_projects_guidprojects(CREATE UNIQUE INDEX uq_projects_guid ON projects(guid)Z&-yindexuq_projects_nameprojects'CREATE UNIQUE INDEX uq_projects_name ON projects(name)%S+Gindexuq_code_item_kinds_name_parser_guidcode_item_kinds&CREATE UNIQUE INDEX uq_code_item_kinds_name_parser_guid ON code_item_kinds (name,parser_guid)~$99tableidentifiers_fts_configidentifiers_fts_config#CREATE TABLE 'identifiers_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID#;;;tableidentifiers_fts_docsizeidentifiers_fts_docsize"CREATE TABLE 'identifiers_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER)"33Gtableidentifiers_fts_idxidentifiers_fts_idx!CREATE TABLE 'identifiers_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWID|!55tableidentifiers_fts_dataidentifiers_fts_data CREATE TABLE 'identifiers_fts_data'(id INTEGER PRIMARY KEY, block BLOB)‚  ++ƒStableidentifiers_ftsidentifiers_ftsCREATE VIRTUAL TABLE identifiers_fts USING fts5(identifiers, content='', contentless_delete=1, tokenize="unicode61 remove_diacritics 0                      categories 'C* L* M* N* P* S* Z*'                      separators ''"){77tablecode_items_fts_configcode_items_fts_configCREATE TABLE 'code_items_fts_config'(k PRIMARY KEY, v) WITHOUT ROWID999tablecode_items_fts_docsizecode_items_fts_docsizeCREATE TABLE 'code_items_fts_docsize'(id INTEGER PRIMARY KEY, sz BLOB, origin INTEGER) 11Etablecode_items_fts_idxcode_items_fts_idxCREATE TABLE 'code_items_fts_idx'(segid, term, pgno, PRIMARY KEY(segid, term)) WITHOUT ROWIDy33tablecode_items_fts_datacode_items_fts_dataCREATE TABLE 'code_items_fts_data'(id INTEGER PRIMARY KEY, block BLOB)))ctablecode_items_ftscode_items_ftsCREATE VIRTUAL TABLE code_items_fts USING fts5(names, content='', contentless_delete=1, tokenize="trigram")i9#indexix_symbol_refs_file_idsymbol_refsCREATE INDEX ix_symbol_refs_file_id ON symbol_refs(file_id)o=# indexix_symbol_refs_symbol_idsymbol_refsCREATE INDEX ix_symbol_refs_symbol_id ON symbol_refs(symbol_id)c1!indexuq_hint_files_namehint_filesCREATE UNIQUE INDEX uq_hint_files_name ON hint_files(name)QCindexuq_file_map_code_item_id_config_idfile_mapCREATE UNIQUE INDEX uq_file_map_code_item_id_config_id ON file_map (code_item_id,config_id)d7!indexix_code_items_file_idcode_itemsCREATE INDEX ix_code_items_file_id ON code_items(file_id)N'mindexuq_files_namefilesCREATE UNIQUE INDEX uq_files_name ON files(name)ƒ …etablerelationsrelationsCREATE TABLE relations ( source_symbol_id bigint NOT NULL CONSTRAINT fk_relations_source_symbol_id REFERENCES symbols(id), target_symbol_id bigint NOT NULL CONSTRAINT fk_relations_target_symbol_id REFERENCES symbols(id), kind bigint NOT NULL, CONSTRAINT pk_relations_source_symbol_id_target_symbol_id PRIMARY KEY (source_symbol_id, target_symbol_id)) WITHOUT ROWIDd##ƒtablesymbol_refssymbol_refsCREATE TABLE symbol_refs ( symbol_id bigint NOT NULL, file_id bigint NOT NULL, kind bigint NOT NULL, begin_offset integer NOT NULL, end_offset integer NOT NULL, visible_in_source bool NOT NULL)lƒ/tablesymbolssymbolsCREATE TABLE symbols ( id integer NOT NULL CONSTRAINT pk_symbols_id PRIMARY KEY, moniker text NOT NULL, kind integer NOT NULL, semantic_token_kind integer NOT NULL, assoc_text text NOT NULL, primary_id bigint)&!!‚tablehint_fileshint_filesCREATE TABLE hint_files ( id integer NOT NULL CONSTRAINT pk_hint_files_id PRIMARY KEY, timestamp bigint NOT NULL, name text NOT NULL)%##‚tableshared_textshared_textCREATE TABLE shared_text ( id integer NOT NULL CONSTRAINT pk_shared_text_id PRIMARY KEY, hash bigint NOT NULL, text text NOT NULL)ƒA11†-tablebase_class_parentsbase_class_parentsCREATE TABLE base_class_parents ( base_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_base_code_item_id REFERENCES code_items(id), parent_code_item_id bigint NOT NULL CONSTRAINT fk_base_class_parents_parent_code_item_id REFERENCES code_items(id), CONSTRAINT pk_base_class_parents_base_code_item_id_parent_code_item_id PRIMARY KEY (base_code_item_id, parent_code_item_id)) WITHOUT ROWID_tablefile_mapfile_mapCREATE TABLE file_map ( code_item_id bigint NOT NULL, config_id bigint NOT NULL, file_id bigint NOT NULL)
@ÐÑ™i?ᯂT%îÄ”i;ןo< Ú¯~LòĘc.Ò£n?ß®}O캇W%ôÆ›nBÝœ[ñÆ”c3þÐ-Mvariable000000000000000000000000000000004+Musing_namespace00000000000000000000000000000000/!Musing_decl000000000000000000000000000000000#Musing_alias000000000000000000000000000000001%Munknown_decl00000000000000000000000000000000@*Munion00000000000000000000000000000000,Mtypedef00000000000000000000000000000000<;Mtemplate_type_parameter00000000000000000000000000000000 @CMtemplate_template_parameter00000000000000000000000000000000@CMtemplate_non_type_parameter00000000000000000000000000000000 6/Mtemplate_argument00000000000000000000000000000000 -Mtemplate00000000000000000000000000000000
+Mstruct00000000000000000000000000000000,Mskipped000000000000000000000000000000006*Mscope000000000000000000000000000000005-Mproperty00000000000000000000000000000000"0#Mpound_using00000000000000000000000000000000)1%Mpound_pragma00000000000000000000000000000000,/!Mpound_line00000000000000000000000000000000+2'Mpound_include00000000000000000000000000000000'1%Mpound_import00000000000000000000000000000000(1%Mpound_ifndef00000000000000000000000000000000/0#Mpound_ifdef00000000000000000000000000000000--Mpound_if00000000000000000000000000000000.0#Mpound_error00000000000000000000000000000000*0#Mpound_endif000000000000000000000000000000002/!Mpound_else000000000000000000000000000000000/!Mpound_elif000000000000000000000000000000001.Mparameter00000000000000000000000000000000    4+Mnamespace_alias00000000000000000000000000000000.Mnamespace00000000000000000000000000000000/!Mmodule_idl00000000000000000000000000000000<+Mmodule000000000000000000000000000000004+Mmfc_comment_idl00000000000000000000000000000000?4+Mmember_function00000000000000000000000000000000+Mmember00000000000000000000000000000000-Mmap_item00000000000000000000000000000000 (Mmap000000000000000000000000000000000#Mmacro_undef00000000000000000000000000000000&1%Mmacro_define00000000000000000000000000000000%0#Mlibrary_idl00000000000000000000000000000000;*Mlabel0000000000000000000000000000000032'Minterface_idl000000000000000000000000000000009.Minterface000000000000000000000000000000002'Mimportlib_idl00000000000000000000000000000000>/!Mimport_idl00000000000000000000000000000000=71Mimport_header_unit00000000000000000000000000000000+Mimport0000000000000000000000000000000071Mgeneric_constraint00000000000000000000000000000000-Mfunction00000000000000000000000000000000*Mevent00000000000000000000000000000000#/!Menumerator00000000000000000000000000000000)Menum000000000000000000000000000000006/Mdispinterface_idl00000000000000000000000000000000:.Mdialog_id00000000000000000000000000000000!-Mdelegate00000000000000000000000000000000$,Mconcept000000000000000000000000000000001%Mcomment_task000000000000000000000000000000007,Mcomment0000000000000000000000000000000040#Mcoclass_idl000000000000000000000000000000008)M    class00000000000000000000000000000000/!Mbase_class0000000000000000000000000000000071Mattribute_argument00000000000000000000000000000000.Mattribute00000000000000000000000000000000