s stringlengths 6 49 | p stringclasses 9
values | o stringlengths 3 64 | src stringlengths 12 30 |
|---|---|---|---|
evol-codealpaca-v1/rust:68750 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68750 |
evol-codealpaca-v1/rust:68814 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68814 |
evol-codealpaca-v1/rust:68815 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68815 |
evol-codealpaca-v1/rust:68816 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68816 |
evol-codealpaca-v1/rust:68817 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68817 |
evol-codealpaca-v1/rust:68818 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68818 |
evol-codealpaca-v1/rust:68946 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68946 |
evol-codealpaca-v1/rust:68947 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68947 |
evol-codealpaca-v1/rust:68948 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68948 |
evol-codealpaca-v1/rust:68949 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68949 |
evol-codealpaca-v1/rust:68963 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68963 |
evol-codealpaca-v1/rust:68964 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68964 |
evol-codealpaca-v1/rust:68965 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:68965 |
evol-codealpaca-v1/rust:69050 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:69050 |
evol-codealpaca-v1/rust:69051 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:69051 |
evol-codealpaca-v1/rust:69052 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:69052 |
evol-codealpaca-v1/rust:69616 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:69616 |
evol-codealpaca-v1/rust:69617 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:69617 |
evol-codealpaca-v1/rust:69618 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:69618 |
evol-codealpaca-v1/rust:70039 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70039 |
evol-codealpaca-v1/rust:70466 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70466 |
evol-codealpaca-v1/rust:70467 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70467 |
evol-codealpaca-v1/rust:70468 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70468 |
evol-codealpaca-v1/rust:70469 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70469 |
evol-codealpaca-v1/rust:70475 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70475 |
evol-codealpaca-v1/rust:70476 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70476 |
evol-codealpaca-v1/rust:70477 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70477 |
evol-codealpaca-v1/rust:70565 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70565 |
evol-codealpaca-v1/rust:70566 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70566 |
evol-codealpaca-v1/rust:70567 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70567 |
evol-codealpaca-v1/rust:70568 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70568 |
evol-codealpaca-v1/rust:70635 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | contains | func:new | evol-codealpaca-v1/rust:70635 |
func:new | rdf:type | Function | evol-codealpaca-v1/rust:70635 |
func:new | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70635 |
func:new | returns_type | type:Self | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | contains | func:add_user | evol-codealpaca-v1/rust:70635 |
func:add_user | rdf:type | Function | evol-codealpaca-v1/rust:70635 |
func:add_user | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70635 |
func:add_user | returns_type | type:Option<User> | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | contains | func:get_user | evol-codealpaca-v1/rust:70635 |
func:get_user | rdf:type | Function | evol-codealpaca-v1/rust:70635 |
func:get_user | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70635 |
func:get_user | returns_type | type:Option<&User> | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | contains | func:remove_user | evol-codealpaca-v1/rust:70635 |
func:remove_user | rdf:type | Function | evol-codealpaca-v1/rust:70635 |
func:remove_user | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70635 |
func:remove_user | returns_type | type:Option<User> | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | contains | func:test_add_and_get_user | evol-codealpaca-v1/rust:70635 |
func:test_add_and_get_user | rdf:type | Function | evol-codealpaca-v1/rust:70635 |
func:test_add_and_get_user | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | contains | func:test_remove_user | evol-codealpaca-v1/rust:70635 |
func:test_remove_user | rdf:type | Function | evol-codealpaca-v1/rust:70635 |
func:test_remove_user | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70635 |
struct:User | rdf:type | Struct | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | contains | struct:User | evol-codealpaca-v1/rust:70635 |
struct:Database | rdf:type | Struct | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | contains | struct:Database | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | imports | module:std | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | has_paradigm | procedural | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70635 | has_paradigm | oop | evol-codealpaca-v1/rust:70635 |
evol-codealpaca-v1/rust:70636 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70636 |
evol-codealpaca-v1/rust:70697 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70697 |
evol-codealpaca-v1/rust:70698 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70698 |
evol-codealpaca-v1/rust:70699 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70699 |
evol-codealpaca-v1/rust:70700 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:70700 |
evol-codealpaca-v1/rust:71096 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71096 |
evol-codealpaca-v1/rust:71209 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71209 |
evol-codealpaca-v1/rust:71567 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71567 |
evol-codealpaca-v1/rust:71630 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71630 |
evol-codealpaca-v1/rust:71631 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71631 |
evol-codealpaca-v1/rust:71632 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71632 |
evol-codealpaca-v1/rust:71950 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71950 |
evol-codealpaca-v1/rust:71951 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71951 |
evol-codealpaca-v1/rust:71957 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:71957 |
evol-codealpaca-v1/rust:72075 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72075 |
evol-codealpaca-v1/rust:72076 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72076 |
evol-codealpaca-v1/rust:72077 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72077 |
evol-codealpaca-v1/rust:72078 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72078 |
evol-codealpaca-v1/rust:72089 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72089 |
evol-codealpaca-v1/rust:72090 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72090 |
evol-codealpaca-v1/rust:72091 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72091 |
evol-codealpaca-v1/rust:72162 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72162 |
evol-codealpaca-v1/rust:72226 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72226 |
evol-codealpaca-v1/rust:72292 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72292 |
evol-codealpaca-v1/rust:72293 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72293 |
evol-codealpaca-v1/rust:72294 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72294 |
evol-codealpaca-v1/rust:72295 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72295 |
evol-codealpaca-v1/rust:72493 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72493 |
evol-codealpaca-v1/rust:72494 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72494 |
evol-codealpaca-v1/rust:72552 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72552 |
evol-codealpaca-v1/rust:72553 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72553 |
evol-codealpaca-v1/rust:72657 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72657 |
evol-codealpaca-v1/rust:72658 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72658 |
struct:is | rdf:type | Struct | evol-codealpaca-v1/rust:72658 |
evol-codealpaca-v1/rust:72658 | contains | struct:is | evol-codealpaca-v1/rust:72658 |
evol-codealpaca-v1/rust:72658 | has_paradigm | oop | evol-codealpaca-v1/rust:72658 |
evol-codealpaca-v1/rust:72770 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72770 |
evol-codealpaca-v1/rust:72818 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72818 |
evol-codealpaca-v1/rust:72819 | defined_in_lang | lang:rust | evol-codealpaca-v1/rust:72819 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.