()
| 106 | |
| 107 | |
| 108 | pub fn get_library_name() -> String { |
| 109 | let config = CONFIG_INSTANCE.get().unwrap().read().unwrap(); |
| 110 | |
| 111 | config.target.clone() |
| 112 | } |
| 113 | |
| 114 | pub fn get_sample_num() -> u8 { |
| 115 | let config = CONFIG_INSTANCE.get().unwrap().read().unwrap(); |
no outgoing calls
no test coverage detected